projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d0d0e8
)
Fix typo in comment.
author
Karl Heuer
<kwzh@gnu.org>
Sun, 13 Mar 1994 21:40:11 +0000
(21:40 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sun, 13 Mar 1994 21:40:11 +0000
(21:40 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 7b1c3cbec89fa099f6b0ecea63c880ff9a912033..8088ad3d4fa550e368ead2c5c46d98e3ae735d70 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-912,7
+912,7
@@
If `enable-local-variables' is nil, this function does not check for a
(goto-char beg)
(if (save-excursion (search-forward ":" end t))
;; Find all specifications for the `mode:' variable
- ;; and execute hem left to right.
+ ;; and execute
t
hem left to right.
(while (let ((case-fold-search t))
(search-forward "mode:" end t))
(skip-chars-forward " \t")